Welcome![Sign In][Sign Up]
Location:
Search - smtp client

Search list

[CSharpCS_高级smtp客户端

Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: | Size: 20046 | Author: 张杰 | Hits:

[Email ClientMailEncrypt

Description: 一个发送邮件的例子(smtp客户端)--Example for sending email(smtp client side)
Platform: | Size: 59392 | Author: 站长 | Hits:

[Linux-Unixsmtpclient-1.0.0.tar

Description: smtp客户端工具源代码。-smtp customer end tool source code.
Platform: | Size: 39936 | Author: 张羽飞 | Hits:

[Email ClientMyMail

Description: SMTP客户端(服务器需认证)-SMTP client (server authentication required)
Platform: | Size: 43008 | Author: 杨勇 | Hits:

[OS programSMTP及pop3客户端程序代码

Description: SMTP及pop3客户端程序代码-SMTP and pop3 client code
Platform: | Size: 69632 | Author: 郑晓智 | Hits:

[Internet-Network计算机网络实验

Description: DNS Client和SMTP Client-DNS Client and Client SMTP
Platform: | Size: 5120 | Author: 周伟 | Hits:

[Email Clientsmtp_java

Description: simple smtp client and server program
Platform: | Size: 9216 | Author: 王老无 | Hits:

[VxWorksSMTP_Client

Description: 一个在嵌入式系统vxworks下实现的SMTP客户端源码,mailServer现为localhost。-an embedded system VxWorks under the SMTP client source code, mailServer now localhost.
Platform: | Size: 28672 | Author: | Hits:

[CSharpSMTP服务

Description: 采用C#编写的SMTP服务程序,里面包含了client和sever,希望能帮助大家.-using C# prepared by the SMTP service procedures, which contains a client and sever, we hope to help.
Platform: | Size: 46080 | Author: 李斌 | Hits:

[CSharpCS_高级smtp客户端

Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: | Size: 19456 | Author: | Hits:

[JSP/JavaSMTP-java

Description: SMTP邮件客户端的java源码实现,其中实现最为主要的的post ,get等功能函数。-SMTP mail client to achieve the java source code, which achieve most of the main post, get function and other functions.
Platform: | Size: 5120 | Author: 李鹏 | Hits:

[Internet-Network20069262573311

Description: C#开发的程序,提供SMTP 客户端和服务器, POP3 和 IMAP4 服务器。-C# development of the procedures, SMTP client and server, POP3 and IMAP4 servers.
Platform: | Size: 1276928 | Author: fsfboy | Hits:

[Linux-Unixsmtpclient-1.0.1.tar

Description: 邮件发送客户端,适合嵌入式,smtpclient-Send mail client suitable for embedded, smtpclient
Platform: | Size: 35840 | Author: datong | Hits:

[Email Servermail_server-client

Description: 实现邮件服务器的收发邮件的功能,即实现SMTP协议利用服务器接受用户的发邮件请求向其他邮件服务器发出邮件,并接收其他邮件服务器发送的邮件,实现POP3协议让用户读取邮件。提供对Foxmail、Outlook等客户端软件的支持。提供通过浏览器使用的WebMail供用户注册、登陆、收发邮件等。-mail server TX mail function, namely, the use of SMTP protocol server for the user mail request to other mail server mail, and receives other mail server to send mail to achieve POP3 protocol enables users to read mail. Provide Skills, Outlook and other client software support. Provided through the browser for use WebMail user registration, landing, send mail, and so on.
Platform: | Size: 4628480 | Author: huxiaoyao | Hits:

[Email Clientsmtpclient

Description: 邮件发送客户端,适合嵌入式…………smtp客户端工具源代码-E-mail client, suitable for embedded ... ... ... ... smtp client tools source code
Platform: | Size: 45056 | Author: 王义 | Hits:

[Internet-Networkmailsend1.14.tar

Description: The soruce code of simple SMTP client for linux
Platform: | Size: 182272 | Author: | Hits:

[JSP/JavaSMTP-java

Description: smtp协议java的实现,用于开发邮件客户端。-smtp protocol java realization for the development of e-mail client.
Platform: | Size: 18432 | Author: fengjianming | Hits:

[Internet-NetworkSMTP-Client

Description: SMTP客户端程序,一个电子邮件器,带有附件上传功能-SMTP client program, an email device
Platform: | Size: 70656 | Author: 李劲 | Hits:

[Internet-NetworkSMTP-client

Description: 这是一个smtp 客户端程序,源码发行版,可直接运行,内部注释一般,还有待改进-This is an smtp client program source release can be run directly, internal comments, be improved
Platform: | Size: 84992 | Author: kevin | Hits:

[Windows DevelopSMTP-Client

Description: SMTP客户端程序,一个电子邮件器,带有附件上传功能SMTP client program, an email device-SMTP client program, an email device
Platform: | Size: 70656 | Author: ptsho | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net